邊框漸層色


Posted by mijouhsieh on 2023-03-23

CODEPEN LINK
reference: CSS-TRICKS

css-border-gradient-color code

css-border-gradient-color

邊框漸層色

//裝 <img> 的容器
div.user-avatar {
  background: 漸層色;
  padding: 8px; //為邊框寬度
  border-radius: 50%;
}
img {
  background: 白色;
}

#border-gradient-color







Related Posts

學習 Git - 有些檔案想被 Git 忽略

學習 Git - 有些檔案想被 Git 忽略

Elevate Your Dermatology Practice with the Electric Dermatology Chair

Elevate Your Dermatology Practice with the Electric Dermatology Chair

Week3 - 挑戰題:走迷宮

Week3 - 挑戰題:走迷宮


Comments